home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C101.ZIP / UUPC11XS.ZIP / UUCICO / DCPGPKT.H < prev    next >
Text File  |  1992-11-15  |  737b  |  31 lines

  1. /*
  2.       dcpgpkt.h
  3.  
  4.       "g" protocol packet driver for dcp (UUPC/extended data
  5.       communications)
  6.  
  7.       Change History:
  8.  
  9.       08 Sep 90   -  Create via Microsoft C compiler /Zg          ahd
  10.  */
  11.  
  12.  /*
  13.   *      $Id: DCPGPKT.H 1.2 1992/11/15 20:08:46 ahd Exp $
  14.   *
  15.   *      $Log: DCPGPKT.H $
  16.  * Revision 1.2  1992/11/15  20:08:46  ahd
  17.  * Clean up modem file support for different protocols
  18.  *
  19.   */
  20.  
  21. int  vopenpk(const boolean master);
  22. int  Gopenpk(const boolean master);
  23. int  gopenpk(const boolean master);
  24. int  gclosepk(void);
  25. int  ggetpkt(char  *data,int  *len);
  26. int  gsendpkt(char  *data,int  len);
  27. int  gwrmsg(char *str);
  28. int  grdmsg(register char *str);
  29. int  geofpkt( void );
  30. int  gfilepkt( void );
  31.